@charset "utf-8";
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}
li{list-style:none;text-decoration: none;}
audio,canvas,video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
a {
    background: transparent;    
    color: #333;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:active,a:hover {
    outline: 0;
    text-decoration: none;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,kbd,pre,samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
button,input,select,textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
button,input {
    line-height: normal;
}
button,select {
    text-transform: none;
}
button,html input[type="button"], input[type="reset"],input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],html input[disabled] {
    cursor: default;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**补充的**/
select {
  -webkit-appearance: none;/*消除select在iPhone的效果*/
}
input,textarea{
  border: 1px solid transparent; 
  outline:0; /*消除在边框的颜色的效果*/
  -webkit-appearance: none;
}
ul, ol, li{text-decoration: none;vertical-align:0}
html,body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
    margin: 0;padding: 0;-webkit-text-size-adjust: none;
}
a,a:active{color: #646464;}
html,body {
    min-width: 1100px;
    color: #646464;
    font-size: 12px;
    font-family: "microsoft yahei","STXihei","SimHei","DroidSansFallback",Arial;
}
.wrapper{
    width: 1000px;
    margin: auto;
}
.clearfix:after,.clearfix:before {
    content: " ";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both
}
* html .clearfix {
    zoom: 1
}
.flt{
    float:left;
}
.frt{
    float:right ;
}
.fltr{
    float:right;
}
.frtl{
    float:left ;
}


.talign-fr{
    text-align: right;
}
.talign-fl{
    text-align: left;
}
/*间隔 高度*/
.vspace{ 
    height:18px; 
    line-height:0; 
    font-size:0; 
    overflow:hidden; 
    clear:both;
}
/*==========头部 开始============*/
.headerbg{
    width: 100%;
    height: 203px;
	position:relative;
}
.headerlogos{
    margin-top: 68px;
}
.headerlogos a{
    display: block;
}
.headerlogos span{
    display: inline-block;
}
.headerlogosh1{
    width: 339px;
    height: 73px;
    background:url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/logos.png) no-repeat;
    margin-right: 30px;
}
.headerlogosy{
    width: 273px;
    height: 74px;
    background:url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/ylogos.png) no-repeat;
}
.headerlist{
    margin-top: 178px;
}
.headerlist li{
    float: left;
    font-size: 14px;
    margin-right: 20px;
}
.headerlist li a{
    color: #fff;
}
.header-menusbg{
    background: #1e4191; 
}
.header-menus>li{
    float: left;
    width: 100px;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 10px 0px;
    line-height: 25px;
    z-index: 99999;
}
.header-menus>li>a{
    color:#fff;
    display: block;
    cursor: pointer;
    height: 25px;
    overflow: hidden;
    border-right: 1px solid #0472df;
}
.header-menus>li:hover,.header-menus>li.active{
    background-color: #d9dce1;
}
.header-menus>li:hover>a,.header-menus>li.active a{
    color: #1e4191; 
    border:none;
}
.header-menus>li.last a{
    border-right: none;
}
.header-menus-art{
    display: none;
    position: absolute;
    top:45px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #cfd5e0;
}
.header-menus-art>li{
    float: left;
    width: 100%;
    font-size: 14px;
    height: 35px;
    overflow: hidden;
}
.header-menus-art>li a{
    color: #838383;
    display: block;
    line-height: 30px;
}
.header-menus>li:hover .header-menus-art{
    display: block;
}
.header-menus-art>li:hover a{
    background-color: #0676e5;
    color: #fff;
}
/*==========头部 结束============*/
/*==========底部 开始============*/
.footer{
    padding: 25px 0px 30px;
    color: #fff;
    background: #1e4191;
}
.footer-tle{
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
}
.footer-partner{
    margin:15px 10px 35px;
}
.footer-partner>li{
    float: left;
    margin-left: 5px;
}
.footer-partner>li a{
    display: block;
}
.footer p{
    line-height: 20px;
    text-align: center;
}
/*==========底部 结束============*/
/*==========公共部分 开始============*/
.page-contentbg{
    background:url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/pagebg2.jpg)top center;  
}
.content{
    background-color: #fff;
}
.pages-contentfl{
    padding-left: 35px;
    width: 700px;
    min-height: 1051px;
    border-right:1px solid #bcbcbc;
}
.bread-menus{
    padding: 15px 0;
}
.bread-menus li{
    float: left;
    color: #505050;
}
.bread-menus li a{
    color: #505050;
}
.bread-menus li:hover a,.bread-menus li.on a{
    color: #f00;
}
.pages-contentfr{
    width: 224px;
    background: url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/infobg.png) left;
    padding: 20px 20px 50px 20px;
    min-height: 980px;
}
/*==========公共部分 结束============*/
/*==========首页 开始============*/
.index-contentbg{
    background:url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/pagebg1.jpg)top center;
}
.index-contentbg .content{
    padding: 30px 25px 0;
    width: 950px;
}
/***标题***/
.index-head{
    background:url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/tlebg1.png);
    color: #fff;
    line-height: 38px;
    font-size: 10px;
    padding-left: 20px;
}
.index-head i {
    background-image: url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/icon_Satyr.png);
    float: left;
    margin-top: 7px;
    width: 27px; 
    height: 24px;
}
.index-head .pic_1 {
    background-position: -0px -0px;
    margin-right: 6px;
}
.index-head .pic_2 {
    background-position: -27px -0px;
}
.index-head .pic_3 {
    background-position: -54px -0px;
}
.index-head .pic_4 {
    background-position: -81px -0px;
}
.index-head .pic_5 {
    background-position: -108px -0px;
}
.index-head span{
    font-size: 18px;
}
.index-newbox{
    margin: 18px 0 18px;
}
.index-newbox-more{
    float: right;
    margin-top: 15px;
}
/**** banner *****/
.index-banner{
    position: relative; 
    width:452px; 
    height:224px; 
}
.index-bannerimg{
    width:452px; 
    height:224px; 
    position: relative; 
    overflow: hidden;
}
.index-banner ul{
    height:224px;
    position: absolute;
}
.index-banner li{
    float:left;
    width:452px; 
    height:224px;
    overflow:hidden;
    position:relative;
}
.index-banner ul li a{
    display: block;
}
.index-banner ul li img{
    width: 100%;
    height: 100%;
}
.banner-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
}
.banner-btn span{
    display: inline-block;
    _display: inline;
    *zoom:1;
    _zoom: 1;
    *display: inline;
    width: 15px;
    height: 15px;
    _font-size: 0;
    margin:2px 5px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    background: #aeaeae; 
}
.banner-btn span.on{
    background-color: #ff0000;
}
.index-newbox-fr{
    width: 460px;
}
.index-newbox-frcnt p{
    color: #646464;
    line-height: 20px;
    text-indent: 25px;
}
.index-newbox-frcnt h2{
    color: #ff0000;
    font-size: 14px;
    border-bottom: 1px dotted #000;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.index-newbox-frcnt a{
    color: #005fcb;
    float: right;
}
.list-style.index-box-list{
    margin-top:40px;
    padding: 0;
}
.index-box-list.list-style li {
    background: url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/icon8.png) no-repeat left;
    padding-left: 20px;
    width: 96%;
}
.index-box-list.list-style li:nth-child(5n){
    margin-bottom: 20px;
}
.newsinfo-list.index-box-list.list-style li:nth-child(5n){
    margin-bottom: 0px;
}
.index-newimg{
    margin-top: 15px;
}
.index-newimg>li{
    float: left;
    width: 145px;
    height: 100px;
    margin-right: 9px;
}
.index-newimg>li a{
    display: block;
}
.index-newimg>li img{
    width: 100%;
    height: 108px;
}
.index-newimg>li:last-child{
    margin-right: 0;
}
.index-cnt{
    border-top: 1px solid #b2b2b2;
}
.index-flt{
    width: 704px;
    padding-bottom: 30px;
    border-right: 1px solid #b2b2b2;
}
.index-box{
    float: left;
    width: 337px;
    background-color: #f0f0f0;
    box-shadow: 0px 2px 10px #ccc;
    margin-top: 25px;
    margin-right: 13px;
}
.index-box-list{
    padding: 20px 20px;
}
.index-box-list ul{
    margin-bottom: 15px;
}
.index-box-list li{
    display: inline-block;
    width: 100%;
    line-height: 25px;
    *zoom:1;
    *display:inline;
}
.index-box-list li a{
    float: left;
    width: 80%;
    overflow: hidden;
    height: 25px;
}
.index-box-list li:hover a{
    color: #f00;
}
.index-box-list li span{
    float: right;
}
.index-box-more{
    background-color: #969696;
    color: #fff;
    padding: 2px 10px;
    border-radius: 14px;
    font-size: 8px;
}
.index-frt{
    padding:30px 0px 0 15px;
    width: 230px;
}
.index-center{
    margin-bottom: 40px;
}
.index-center ul li{
    border-bottom: 1px dashed #9a9da1;
    line-height: 35px;
    color: #323232;
}
.index-center .index-head{
    background: transparent;
    color: #ff0000;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #000;
}
.index-center .index-head i{
    width: 27px;
    height: 27px;
    margin-top: 4px;
}
.index-center .index-head i.pic_6{
    background:url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/icon6.png) no-repeat;
    background-position: left;
}
.index-center .index-head i.pic_7{
    background:url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/icon7.png) no-repeat;
    background-position: left;
}
/*==========文章页 开始============*/
.new-info{
    border-top: 1px solid #737373;
    padding: 35px 30px 40px 15px;
    border-bottom: 1px solid #737373;
    margin-bottom: 15px;
    color: #505050;
}
.new-infohead{
    text-align: center;
    margin-bottom: 40px;
}
.new-infohead>h2{
    color: #000;
    font-size: 20px;   
    margin-bottom: 10px;
    font-weight: 400;
}
.new-infohead span{
    margin-right: 20px;
}
.new-infocnt img{
    margin-bottom: 0px; 
    max-width: 100%;
}
.new-infocnt p{
    margin-bottom: 5px;
    line-height: 20px;
    text-indent: 30px;
}
.new-adise{
    width: 380px;
    padding-left: 15px;
    margin-bottom: 40px;
}
.new-adise h3{
    color: #1e4191;
    font-size: 16px;
}
.new-adise .list-style.index-box-list{
    margin-top: 10px;
}
.new-adise .index-box-list.list-style li {
    background: url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/icon9.png) no-repeat left;
    padding-left: 10px;
}
.news-infodl dt{
    color: #ff0000;
    margin-top: 25px;
}
.news-infodl dd{
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    height: 30px;
    border-bottom: 1px dotted #999a9d;
}
.news-infodl dd:hover a{
    color: #1e4191;
}
.news-infodl a{
    color: #505050;
}
/*==========文章页 结束============*/
/*==========新闻列表页 开始============*/
.zn-com-list>.zn-index-boxlist{
    margin-bottom: 50px;
    padding: 20px 18px 16px 0px
}
.new-info.news-list{
    padding: 0 33px 40px 0;
    border-top: none;
}
.news-list .index-head {
    background: url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/tlebg3.png);
    margin-bottom: -20px;
}
.news-list .index-box-list li span{
    color: #b4b4b4;
}
.news-list-adise{
    font-size: 16px;
    padding: 0;
    width: 100%;
}
.news-list-adise .index-box-list.list-style li{
    margin-bottom: 10px;
}
.news-list-adise .index-box-list.list-style li.selected1 >a{
    color: #f00;
}
.news-list-adise .index-box-list.list-style li.selected1,
.news-list-adise .index-box-list.list-style li:hover{
    background: url(/_upload/tpl/00/1b/27/template27/htmlRes/pages_res/icon9_h.png) no-repeat left 10px;
}
.frtl .index-box-list li span {
    float: left;
}

.news-list-adise .index-box-list.list-style .sub_list li {
    margin-bottom: 0;
}
.dede_pages{
    text-align: right;
    padding-right: 20px;
}
.pagelist>li{
    display: inline-block;
    border: 1px solid #889cc8;
    margin: 0px 5px;
    _display: inline;
    *zoom:1;
}
.pagelist>li a,.pagelist>li span{
    padding: 5px 7px;
    display: inline-block;
    _display:inline;
    *zoom:1;
    cursor: pointer;
    color: #0472df;
}
.pagelist>li:hover a,.pagelist>li.active a,
.pagelist>li:hover span,.pagelist>li.active span{
    background: #0472df;
    color: #fff;
} 
/*==========新闻列表页 结束============*/
/*****图片列表******/
.img-list{
    margin-top: 45px;
}
.img-list li{
    float: left;
    width: 20%;
    margin: 0 2% 20px 2%;
}
.img-list li a{
    display: block;
}
.img-list li img{
    width: 90%;
    height: 100px;
    border: 1px solid #ccc;
    padding: 5%;
}
.img-list li span{
    display: block;
    margin-top: 10px;
    overflow: hidden;
    max-height: 34px;
}
.Column_Name {font-size:16px !important;}
span.sitetitle{    font-size: 35px;
    color: #244694;
    font-family: "微软雅黑";
    position: absolute;
    top: 75px;
    margin-left: 60px;}
.head-left .sitelogo{ width:374px; background:url(/_upload/tpl/00/1b/27/template27/htmlRes/shu.png) right center no-repeat;}

.wp-display-wrapper .imgnav{width: 100%;}
.wp-display-wrapper .img{width: 96%;margin: 0 auto;}
.wp-display-wrapper .cbtn ul li{margin-right: 11px;}
.wp-display-wrapper .img img{ height:auto;}



